home *** CD-ROM | disk | FTP | other *** search
- Path: unix.sbu.ac.uk!news
- From: John Glavey <glaveyj>
- Newsgroups: comp.lang.c++
- Subject: C++ class in a 3D world
- Date: 19 Jan 1996 17:06:10 GMT
- Organization: South Bank University
- Message-ID: <4doj22$7h4@unix.sbu.ac.uk>
- NNTP-Posting-Host: scism-sunserver.sbu.ac.uk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; SunOS 5.3 sun4m)
- X-URL: news:comp.lang.c++/41797-41897?ALL
-
- Hi,
- I am trying to represent a c++ class as a 3 dimensional Cube using VRML & TCL.
-
- A user may submit a C++ class which in turn is parsed and information extracted
- and piped out to the cube. The cube has the facility to be rotated and a face
- selected.
-
- The concept being that each face of the cube having different characteristics
- of a C++ class. Which in theory should help gain a better understanding of an
- object.
-
- I am having problems as to what areas(6) of a C++ class to select e.g.
- inheritance, BaseSpecifier etc. My knowledge of C++ is limited but just enough
- to know how to approach the above topic
-
- Any Suggestions would be most valued.
-
- John Glavey
- BSc Computer Studies
- South Bank University
- London U.K.
-
-